Search
Converter.ToPointString Method
See Also
 





Converts the list of Point objects to a comma separated string.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string ToPointString (
    List<Point> points
)

Visual Basic  Copy Code

Public Shared Function ToPointString( _
    points As List(Of Point) _
) As String

 Parameters

points

The list of Microsoft.Maui.Graphics.Point objects to convert.

 Return Value

A comma separated string.

 See Also